home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- puppetSprite(22, 1)
- puppetSprite(21, 1)
- if value(field "Answer") = -75 then
- set the locV of sprite 21 to 436
- set the locV of sprite 22 to 550
- put value(field "Right") + 1 into field "Right"
- else
- set the locV of sprite 21 to 550
- set the locV of sprite 22 to 425
- end if
- put " " into field "Answer"
- set the visible of sprite 3 to 0
- updateStage()
- end
-
- on exitFrame
- set the visible of sprite 3 to 1
- end
-